* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*::before,*::after{ padding:0; margin:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: '微软雅黑','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  /*font-family: "Microsoft YaHei", "Arial", arial;*/
  font-family: '微软雅黑','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #dac3b6;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
header,
section,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
 /* font-family: "Microsoft YaHei", "Arial", arial;*/
  /*color: #333;*/
 /* font-size: 1.4rem;*/
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color:transparent;
}
a:hover {
  color: #00883E;
}
a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap2 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: rgba(255,255,255,0.1);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sec2 .wrapper{ padding-top:100px;}
.sec3 .wrapper{ padding-top:107px;}
.sec4 .wrapper{ padding-top:166px;}
@keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
.header{
  width: 100%;
  height: 156px;
  position:fixed;
  top: 0;
  left: 0;
  z-index:105;
 /* z-index: 90;*/
  /*padding: 0 60px;*/transition:all 0.4s;
  /*background:rgba(0,0,0,0.2);*/
 
 
}
.header:hover{ background:#fff;border-bottom:1px solid #e9e9e9; }
.header.top {
  top: -140px;
}
.header_one{ height:51px; line-height:50px; border-bottom:1px solid rgba(255,255,255,0.1); color:rgba(255,255,255,0.6);}
.header_one .header_one_l{ float:left; font-size:16px;}
.header_one .header_one_l a{color:rgba(255,255,255,0.6);font-size:16px;}
.header_one .header_one_l a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.header:hover .header_one{color:rgba(255,255,255,1.0);border-bottom:1px solid #00883E; background:#00883E;}
.header:hover .header_one .header_one_l a{color:rgba(255,255,255,1.0);}
.header.small .header_one{color:rgba(255,255,255,1.0);border-bottom:1px solid #00883E; background:#00883E;}
.header.small .header_one .header_one_l a{color:rgba(255,255,255,1.0);}
.header .logo { clear:both;
  float: left;
  overflow: hidden;
  height: 100%;
  margin-top:11px; margin-right:58px;
}
.header .logo img {

}
.header .logo #logo2{ display:none;}
.header:hover .logo #logo2{ display:block;}
.header:hover .logo #logo1{ display:none;}
.header .search-box {
  float: right;
 /* margin-top: 13px;*/
  position: relative; margin-left:6px;
  
}
/*.header .search-box:after{ content:""; position:absolute; left:-16px; top:13px; height:14px; width:1px; background:rgba(255,255,255,0.15);}*/
.header .search-box .search-btn {
  width:58px;
  height: 24px;
  background: url(../images/search2.png) no-repeat left center; text-align:right; font-size:14px; line-height:24px;
  cursor: pointer;
  background-size:19px 19px; margin-top:13px;
}
.header:hover .search-box .search-btn{ background-image:url(../images/search.png);}
.header.small .search-box .search-btn { background-image:url(../images/search.png);}
.header.small .search-box .search-bar .inpu input{ height:40px; line-height:40px;}
.header .search-box .search-btn:hover{/* background-image:url(../images/search_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.header .search-box .search-bar{
  width: 400px;
  height: 51px;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 95;
  background: #eee;
  padding: 7px 10px 7px 10px;
  display: none;
}
.header.small .search-box .search-bar{ top:-15px; height:50px;}
.header.small .search-box .search-bar .inpu input{ height:36px; line-height:36px;}
.header.small .search-box .search-bar .btn{ height:40px;}
/*.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}*/
.header .search-box .search-bar .btn {
  width: 24px;
  height: 36px;
  float: right;
  background: url(../images/search_on.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 30px 0 0;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 1.4rem;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #414446;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #414446;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #414446;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #414446;
}
.header .menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin-top: 48px;
  cursor: pointer;
  display:none;
}
.header .menu-btn span {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 2;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.header .menu-btn span.line2 {
  top: 19px;
  width: 14px;
}
.header .menu-btn span.line3 {
  top: 24px;
}
.header .menu-btn:hover span.line1 {
  animation: menubtn-line1 0.8s infinite alternate;
  -o-animation: menubtn-line1 0.8s infinite alternate;
  -moz-animation: menubtn-line1 0.8s infinite alternate;
  -webkit-animation: menubtn-line1 0.8s infinite alternate;
}
.header .menu-btn:hover span.line2 {
  animation: menubtn-line2 1.2s infinite alternate;
  -o-animation: menubtn-line2 1.2s infinite alternate;
  -moz-animation: menubtn-line2 1.2s infinite alternate;
  -webkit-animation: menubtn-line2 1.2s infinite alternate;
}
.header .menu-btn:hover span.line3 {
  animation: menubtn-line1 0.6s infinite alternate;
  -o-animation: menubtn-line1 0.6s infinite alternate;
  -moz-animation: menubtn-line1 0.6s infinite alternate;
  -webkit-animation: menubtn-line1 0.6s infinite alternate;
}
/*语言下拉2*/
.header .language{float: right;position: relative;margin-top:0px; margin-left:30px; }
.header.small .language{ margin-top:0px;}
.header .top-main#showopen .language{ display:none;}
/*.header .language:after{ content:""; position:absolute; right:0; height:14px; top:50%; margin-top:-7px; width:1px; background:#999999;}*/
.header .language .btn{ width: 76px;height: 50px; line-height:50px;background-position:right center; background-repeat:no-repeat; cursor: pointer; background-size:10px 6px;/*transition:all 0.5s; */background-image:url(../images/top_bg2.png); color:rgba(255,255,255,0.6); font-size:14px;padding-left:28px; position:relative; font-family:Arial; font-weight:normal;}
.header.small .language .btn{ background-image:url(../images/top_bg7.png); color:#fff;/*height: 80px; line-height:80px;*/}
.header:hover .language .btn{background-image:url(../images/top_bg7.png); color:#fff;}
.header .language:hover .btn{ color:#fff;}
.header .language .btn:after{ content:""; position:absolute; width:18px; height:100%; top:0; left:0; background:url(../images/top_bg3.png) left center no-repeat; background-size:19px 19px;}
.header.small .language .btn:after{ background-image:url(../images/top_bg3.png);}
.header:hover .language .btn:after{ background-image:url(../images/top_bg3_on.png);}
/*.header .language:hover .btn:after{ background-image:url(../images/top_bg3_on2.png);}*/
/*.header .language .btn.cn{ background-image:url(../images/language1.png);}
.header .language .btn.en{ background-image:url(../images/language2.png);}
.header .language .btn.jp{ background-image:url(../images/language3.png);}*/
.header .language .list { position: absolute; top: 50px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0);-o-transform: translate(-50%, 0); z-index: 5; width: 100px; /*padding-top: 4px; */text-align: center; display: none;}
/*.header.small .language .list { top:80px;}*/
.header .language ul {background: #eee;border-radius: 0 0 4px 4px; /*padding: 4px 0;*/ position: relative; box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.01);}
/*.header .language ul::after {bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #FFFFFF;border-width: 4px; margin-left: -4px;}*/
.header .language li a {height: 40px; line-height: 40px; display: block; font-size: 16px; color: #999999; font-weight:bold;}
.header .language li a:hover {color: #ffffff; background:#00883E;}

.header .nav {
  text-align: right;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block; vertical-align:top;
}
.header .nav > ul > li {
  float: left;
  position: relative;
 /* padding: 0 26px;*/ margin-left:35px; margin-top:10px;
}
/*.header .nav > ul > li:hover{ background:#00883E;}*/
.header .nav > ul > li > a {
  height: 85px;
  line-height: 85px;
 /* padding: 0 30px;*/
  display: block;
  font-size:16px;
  font-weight:bold;
  color: #fff;

  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position:relative;
}
.header:hover .nav > ul > li > a{ color:#333;  text-shadow: white 0.05em 0.05em 0.05em;}
/*.header .nav > ul > li#m1{ display:none;}*/
.header .nav > ul > li > a:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; width:0%; height:2px; background:#00883E;}
.header:hover .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
/*.header .nav > ul > li#m2:hover > a:after,.header .nav > ul > li#m3:hover > a:after,.header .nav > ul > li#m4:hover > a:after,.header .nav > ul > li#m5:hover > a:after,.header .nav > ul > li#m6:hover > a:after,.header .nav > ul > li#m7:hover > a:after{ display:none;}*/
.header.small .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
/*.header .nav > ul > li:hover > a{ color:#0054a7;}*/
/*.header .nav > ul > li.on > a{ color:#00883E;}*/

/*.header.small .nav > ul > li .arrow { background-image:url(../images/arrow1_on.png);}*/
.header .nav > ul > li:hover a{ color:#00883E;}
.header .nav #m2 .sub { top:136px; width:100%; left:0; margin-left:0;}
.header .nav .sub {
/*width:100%;*/width:140px;
  position: absolute;
  top: 85px;
  left: 50%; margin-left:-70px;
  /*-webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);*/
  z-index: 90;
  display: none;
 /* padding-top: 4px;*/
/* border-top:2px solid #0054a7;*/
}
.header .nav > ul > li#m2{position:static;}
.header .nav .sub .top_a{ overflow:hidden; background:#fff; padding-top:40px; padding-bottom:40px;}
.header .nav .sub .top_a .top_a_l{ float:left; overflow:hidden; width:32.75%; border-right:1px solid #e5e5e5;}
.header .nav .sub .top_a .top_a_l .imgs{ width:96%; margin:0 auto; max-width:330px; overflow:hidden; margin-top:33px; margin-bottom:33px;}
.header .nav .sub .top_a .top_a_l .imgs img{display: block;width: 100%; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.header .nav .sub .top_a .top_a_l .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.header .nav .sub .top_a .top_a_r{  overflow:hidden; padding-bottom:15px; padding-top:20px;}
/*.header .nav .sub .top_a .top_a_r #srcolls2{ overflow:hidden; overflow-y:auto;margin-top:58px;width:100%; height:340px; }
.header .nav .sub .top_a .top_a_r #srcolls2::-webkit-scrollbar {width: 3px;height: 10px;}
.header .nav .sub .top_a .top_a_r #srcolls2::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 205, 1.0);}
.header .nav .sub .top_a .top_a_r #srcolls2:hover::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 205, 0.7);}
.header .nav .sub .top_a .top_a_r #srcolls2::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 205, 1.0);-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1); }
.header .nav .sub .top_a .top_a_r #srcolls2::-webkit-scrollbar-track {  background-color:#dddddd;}*/
.header .nav .sub .top_a .top_a_r dl{ width:96%; max-width:966px; float:right;-moz-column-count: 4; -webkit-column-count: 4; column-count: 4; -moz-column-gap: 30px;  -webkit-column-gap: 30px;   column-gap: 30px;  display: inline-block; box-shadow: none}
.header .nav .sub .top_a .top_a_r dd{ /*float:left; */ float: revert; display:inline-block; vertical-align:top;width:241px; text-align:left; margin-bottom:2%;}
.header .nav .sub .top_a .top_a_r dd .cons{ width:98%; margin-top:14px; overflow:hidden;}
.header .nav .sub .top_a .top_a_r dd .cons a{ float:left; font-size:16px; color:#666666; height:30px; line-height:30px; display:inline-block; clear:both; overflow:hidden;}
.header .nav .sub .top_a .top_a_r dd .cons a:hover{ color:#00883E; text-decoration:underline;}
.header .nav .sub .top_a .top_a_r dd .h4{ font-weight:bold; color:#333333; font-size:18px;  height:24px; line-height:24px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; padding-left:15px; position:relative; margin-top:15px;}
.header .nav .sub .top_a .top_a_r dd .h4:after{ content:""; position:absolute; left:0; height:20px; top:50%; margin-top:-10px; width:3px; background:#00883E;}
.header .nav .sub .top_a .top_a_r dd:hover .h4{ color:#00883E;}



.header .nav .sub ul {
  background: #f5f5f5;
 /* border-radius: 4px;*/
/*  padding: 4px 0;*/
  position: relative;
}
/*.header .nav .sub ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 4px;
  margin-left: -4px;
}*/
.header .nav .sub li:last-child a {
  border-bottom: none;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px;
  color: #666666;
  border-bottom: solid 1px #eee;
}
.header .nav > ul > li .sub li a{ color:#666666;}
.header .nav > ul > li .sub li a:hover {
  color: #333333; background:#dddddd;
}

.header .search-box,
.header .menu-btn,
.header .logo,
.header .language .btn,
.header{
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header.small {
 /* background: url(../images/mainfilter.png);*/ background:#fff;
  /*height: 80px;*//*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/ border-bottom:1px solid #e9e9e9;
}
/*.header.small .logo {
  margin-top: 20px;
  height: 40px;
}*/
.header.small .logo #logo2{ display:block;}
.header.small .logo #logo1{ display:none;}
.header.small .menu-btn span{ background:#3e3a39;}
/*.header.small .menu-btn,
.header.small .search-box {
  margin-top: 28px;
}*/
.header.small .search-box:after{ background:#ccc;}
.header.small .nav > ul > li > a {
 /* height: 80px;
  line-height: 80px;*/ color:#333;
}
.header.small .nav > ul > li.on > a{ color:#00883E;}
/*.header.small .nav > ul > li.on:hover > a{ color:#fff;}*/
/*.header.small .nav .sub {
  top: 80px;
}*/

.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}


.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  /*font-size: 3.6rem;*/
}
.main .pctitle .entit {
  opacity: .4;
  margin: 10px 0 22px 0;
}
.main .pctitle .line {
  width: 52px;
  height: 5px;
  background: #eaeaea;
  margin: 0 auto;
}
.main .physician {
  padding: 62px 0;
}





/*内页导航*/
.sec2 .header{  background:#fff;border-bottom:1px solid #dddddd;}
.sec2 .header .logo #logo2{ display:block;}
.sec2 .header .logo #logo1{ display:none;}
.sec2 .header .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
.sec2 .header .language .btn{/*background-image:url(../images/top_bg7.png);*/ color:#999999;}
.sec2 .header .language .btn:after{background-image: url(../images/top_bg3_on.png);}
.sec2 .header .language:hover .btn:after{ background-image:url(../images/top_bg3_on2.png);}
.sec2 .header .nav > ul > li > a{ color:#333;}
.sec2 .header .nav > ul > li.on > a{color:#333;}
.sec2 .header .nav > ul > li:hover > a{color:#fff;}
.sec2 .header .search-box .search-btn{background-image: url(../images/search.png);}
.sec .header{ height:100px;background: #fff;}
.sec .header.small{ height:80px;}
.sec .header .menu-btn,.sec .header .search-box{ margin-top:22px;}
.sec .header .language .btn{ height:24px; line-height:24px;color:#333; background-image: url(../images/top_bg3_on.png);}
/*.sec .header .search-box .search-btn{background-image: url(../images/search_on.png);}*/
.sec .header .language .list{ top:50px;}
.sec .header .logo #logo2{ display:block;}
.sec .header .logo #logo1{ display:none;}
.sec .header .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
.sec .header .nav > ul > li > a{ color:#333333;}
.sec .header .nav > ul > li:hover > a{color:#fff;}
.sec .header .menu-btn span{ background:#3e3a39;}
/*add by lam*/

@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}




















.wxzx{
  display: none;
  position: fixed;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0, 0.6);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.wxzx .wx-content{
  width: 90%;
  background-color: #FFFFFF;
  min-height: 300px;
  border-radius: 10px;
  position: relative;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wxzx .wx-content .close{
  background-color: rgba(0,0,0,0.8);
  border-radius: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  margin: 0;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.42857143;
  font-size: 14px;
  min-width: 1230px;
  background: #fff;
  color: #333;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;
}
input[type="number"]{-moz-appearance: textfield;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  line-height: 1.42857143;
  margin: 0;
  outline: none;
}
body, button, input, select, textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
  display: list-item;
}
article, aside, footer, header, nav, section, section2, figcaption, figure, main, details,/* 1 */ menu {
  display: block;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio, video, canvas {
  display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #dd0000;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.img-cover {
  overflow: hidden;
  position: relative;
}
.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.container {
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
}
.kf {
  width: 208px;
  position: fixed;/* right: 20px; */
  right: -208px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.kt-top {
  height: 40px;
  line-height: 40px;
  background: url(../images/kefu.png) 12px center no-repeat #214d98;
  -ms-background-size: auto 20px;
  background-size: auto 20px;
  padding-left: 46px;
  font-size: 14px;
  color: #fff;
}
.kt-top span:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kt-top span {
  width: 18px;
  height: 16px;
  float: right;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.kt-top span b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.kt-top span b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.kf .con {
  overflow: hidden;
  background: #fff;
}
.kf .qq li {
  height: 36px;
  line-height: 36px;
  border-bottom: #f5f5f5 solid 1px;
  padding-left: 16px;
}
.kf .qq li a {
  height: 36px!important;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: initial;
  display: block;
}
.kf .qq li a img {
  padding-right: 6px;
}
.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url(../images/lianxi.png) 16px center no-repeat;
  padding-left: 45px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.kf .contact {
  margin-top: 1px;
  height: auto;
}
.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
  padding-left: 22px;
  margin: 0;
}
.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}
.kf .con h5.qr-icon {
  background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
  margin-top: 10px;
  padding-left: 40px;
}
.kf .con .qr img {
  width: 110px;
  height: 110px;
}
.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url(../images/huidaodingbu.png) center center no-repeat #214d98;
  background-size: 18px auto;
  cursor: pointer;
}
.kf-side {
  padding: 18px 10px 10px;
  background: #214d98;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
}
.kf-side b {
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}
.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url(../images/jt-1.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
  display: block;
  margin-top: 10px;
}
.kf-side span.on {
  background: url(../images/jt-2.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
}
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: .3s;
}
.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 1001;
}
#message .m-content {
  margin-top: 10%;
}
#message .m-content .m-message {
  background: #fff;
  width: 580px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
  width: 494px;
  margin: 48px auto 0;
}
.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
.m-message label em {
  display: block;
  float: right;
  color: red;
  height: 32px;
  line-height: 32px;
}
.m-message label span {
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #2F2F2F;
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
  width: 72%;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}
.m-message label.code {
  line-height: 34px;
}
.m-message label.code input {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.m-message label.code .pic {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 32px;
}
.m-message label.code img {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-1 input {
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #e8e8e8;
  border: none;
  color: #333;
  margin-right: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-1 {
  padding-left: 100px;
}
.btn-1 input.focus {
  background: #ce2e33;
  color: #fff;
}
.btn-1 input.focus:hover {
  background: #444;
}
.btn-1 input:hover {
  background: #ccc;
}
.footer-fix {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.footer-fix li {
  float: left;
  width: 25%;
}
.footer-fix li a {
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1;
}
.footer-fix li i {
  display: block;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 4px;
}
.footer-fix li i.i1 {
  background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
  background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
  background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
  background-image: url(../images/f_04.png);
}
.swiper-pagination-bullet-active {
  background-color: #e13f38;
}
.str_wrap {
  position: relative;
  overflow: hidden;
}
.str_move {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
  white-space: nowrap;
}
.header {
  background-color: #fff;
}
.header .topbar {
  line-height: 34px;
  background-color: #f5f5f5;
  font-size: 13px;
}
.header .topbar ul {
  float: right;
}
.header .topbar li {
  float: left;
  color: #ddd;
}
.header .topbar li.pipe {
  padding: 0 10px;
}
.header .logo {
  float: left;
  font-size: 0;
  height: 80px;
  line-height: 80px;
  text-align: left;
  padding: 15px 0;
}
.header .tel {
  float: right;
  background: url(../images/tel.jpg) no-repeat 0 center;
  padding-left: 55px;
  margin-top: 31px;
}
.header .tel strong {
  display: block;
  font-size: 28px;
  font-family: Impact;
  line-height: 1;
  color: #dd0000;
}
.header .text {
  float: left;
  font-size: 16px;
  margin: 20px 0 20px 30px;
  padding: 5px 0 5px 30px;
  border-left: 1px solid #ddd;
}
.header .text strong {
  display: block;
  font-size: 26px;
}
.header .nav {
  font-size: 0;
  background-color: #204c97;
  color: #fff;
}
.header .nav li {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/li_07.jpg) no-repeat right center;
  padding-right: 1px;
}
.header .nav .showmobile{
  display: none;
}
.header .nav li a {
  display: block;
  font-size: 16px;
  line-height: 70px;
  padding: 0 35px;
  color: #fff;
}
.header .nav li .arr {
  float: right;
  height: 40px;
  width: 40px;
  position: relative;
  display: none;
}
.header .nav li .arr:after {
  content: '';
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
  color: #fff;
  background-color: #dd0000;
}
.header .nav li.dropdown {
  position: relative;
}
.header .nav li.dropdown:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 15px;
}
.header .nav .dropdown-box {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  display: none;
  z-index: 10;
  text-align: center;
}
.header .nav .dropdown-box p {
  margin: 0;
}
.header .nav .dropdown-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
  background-color: #dd0000 !important;
}
.header .nav li.open .dropdown-box {
  display: block;
}
.menu-btn {
  display: none;
  padding: 6px 0;
  float: right;
  margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
  display: block;
  height: 2px;
  background-color: #0d5ba4;
  content: '';
}
.menu-btn:before {
  width: 24px;
}
.menu-btn:after {
  width: 18px;
  margin-left: 6px;
}
.menu-btn span {
  width: 12px;
  margin: 6px 0 6px 12px;
}
.banner .swiper-slide {
  background: no-repeat center / cover;
  height: 570px;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #015cb5;
}
.yunu-sou {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.yunu-sou .hot {
  float: left;
  padding: 7px 0;
}
.yunu-sou .hot a {
  margin-right: 10px;
}
.yunu-sou .hform {
  float: right;
}
.yunu-sou .hform input {
  float: left;
  border: 1px solid #eee;
  padding: 6px 12px;
  width: 210px;
  font-size: 14px;
}
.yunu-sou .hform button {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0;
  float: left;
  cursor: pointer;
  outline: none;
  width: 40px;
  height: 34px;
  background: url(../images/sear.png) no-repeat center / contain #cc2231;
  color: #fff;
  font-size: 0;
}
.section {
  padding: 50px 0;
}
.section2 {
  padding: 20px 0 10px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}
.section-title span {
  color: #1e4890;
}
.section-title small {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
.title-1 {
  border-bottom: 1px solid #e2e2e2;
  font-size: 24px;
  color: #0d5ba4;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 32px;
}
.title-1 .more {
  float: right;
  font-size: 14px;
}
.title-1 small {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-left: 10px;
}
.in-prd-cate {
  float: left;
  width: 290px;
  border: 3px solid #214d98;
  background-color: #fff;
}
.in-prd-cate .tit {
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  background-color: #214d98;
}
.in-prd-cate dl {
  padding: 10px;
  margin: 0;
}
.in-prd-cate dt a {
  display: block;
  line-height: 60px;
  background: url(../images/g3.jpg) no-repeat center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-prd-cate dd {
  margin: 0;
}
.in-prd-cate dd a {
  display: block;
  line-height: 60px;
  font-size: 15px;
  border-bottom: 1px dotted #e5e5e5;
  background: url(../images/aao_10.jpg) left center no-repeat;
  padding-left: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-prd-con {
  float: right;
  width: 870px;
}
.list-1 {
  margin: -20px 0 0 -20px;
}
.list-1 li {
  float: left;
  width: 33.333333%;
}
.list-1 li a {
  display: block;
  margin: 20px 0 0 20px;
}
.list-1 li .img-center {
  background-color: #fff;
  height: 316px;
  line-height: 316px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.list-1 li p {
  text-align: center;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-1 li a:hover .img-center {
  border-color: #dd0000;
}
.list-1-1 li .img-center {
  height: 220px;
  line-height: 220px;
}
.in-case-menu {
  float: left;
  width: 300px;
}
.in-case-menu li a {
  display: block;
  background: url(../images/ag2.jpg) no-repeat center / 100% 100%;
  line-height: 64px;
  padding-left: 64px;
  font-size: 16px;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-case-menu li.active a {
  background-image: url(../images/ag1.jpg);
  color: #fff;
}
.in-case-con {
  margin-left: 325px;
}
.in-case-con dl {
  margin: 0;
  overflow: hidden;
}
.in-case-con dt {
  float: left;
  width: 436px;
}
.in-case-con dd {
  margin-left: 466px;
}
.in-case-con dd h4 {
  margin: 0;
  font-size: 18px;
}
.in-case-con dd p {
  margin: 20px 0 0;
  color: #777;
  line-height: 2;
  text-align: justify;
  height: 258px;
}
.in-case-con dd .more {
  display: block;
  width: 180px;
  line-height: 38px;
  background-color: #dd0000;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.in-honours ul {
  font-size: 0;
}
.in-honours li {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.in-honours li a {
  display: block;
}
.in-honours li .img-center {
  height: 300px;
  line-height: 300px;
  background-color: #fff;
}
.in-honours li p {
  text-align: center;
  margin: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.in-about {
  margin: 0;
}
.in-about dt {
  float: left;
  width: 526px;
}
.in-about dd {
  margin-left: 550px;
}
.in-about dd p {
  margin: 0;
  line-height: 2;
  text-align: justify;
}
.bg1 {
  color: #fff;
  background: url(../images/asq_27.jpg) no-repeat center / cover;
}
.bg1 .section-title span {
  color: #fff;
}
.bg1 .section-title small {
  color: #fff;
}
.in-lc {
  margin: -20px 0 0 -20px;
}
.in-lc li {
  float: left;
  width: 33.333333%
}
.in-lc li a {
  display: block;
  margin: 20px 0 0 20px;
  position: relative;
  color: #fff;
}
.in-lc li .img-cover {
  padding-top: 76%;
}
.in-lc li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  margin: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 45px;
}
.in-news {
  margin-left: -45px;
}
.in-news .item {
  float: left;
  width: 33.333333%;
}
.in-news .wrap {
  margin-left: 45px;
}
.in-news .img-center {
  margin-bottom: 20px;
}
.in-news .title-1 {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.list-2 li {
  border-bottom: 1px dotted #ccc;
}
.list-2 li a {
  display: block;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/li2.jpg) left center no-repeat;
  padding-left: 15px;
}
.list-2 li span {
  float: right;
  font-size: 12px;
  color: #666;
}
.yunu-link {
  padding: 20px 0;
}
.yunu-link h4 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 18px;
  color: #0d5ba4;
  padding-bottom: 15px;
}
.yunu-link h4 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.yunu-link ul {
  margin-left: -20px;
}
.yunu-link li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.footer {
  padding: 50px 0;
  background-color: #253653;
  color: #bec3cc;
}
.footer a {
  color: #bec3cc;
}
.footer a:hover {
  color: #fff;
}
.footer-nav {
  margin-bottom: 30px;
  background-color: #334564;
  border-radius: 5px;
  font-size: 0;
  padding: 15px;
  text-align: center;
}
.footer-nav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin: 0 20px;
}
.footer-ewm {
  float: right;
  width: 120px;
  text-align: center;
}
.footer-ewm p {
  margin: 10px 0 0;
  font-size: 12px;
}
.footer-info {
  margin-right: 160px;
  background: url(../images/ff_87.jpg) no-repeat 0 center;
  padding-left: 250px;
}
.footer-info p {
  margin: 5px 0 0;
}
.banner-sub {
  height: 400px;
  background: no-repeat center / cover;
}
.ct2-sd {
  float: left;
  width: 260px;
}
.ct2-mn {
  float: right;
  width: 910px;
}
.panel-sd {
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.panel-sd:last-child {
  margin-bottom: 0;
}
.panel-sd .tit {
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: url(../images/k1.jpg) no-repeat center / cover;
  padding: 20px 0;
}
.contact-sd {
  padding: 20px;
  line-height: 1.8;
  font-size: 13px;
}
.lanmu li {
  border-bottom: 1px dotted #ddd;
}
.lanmu li:last-child {
  border-bottom: 0;
}
.lanmu li>a {
  display: block;
  line-height: 44px;
  padding: 0 0 0 25px;
}
.lanmu li .arr {
  float: right;
  height: 45px;
  width: 40px;
  position: relative;
  cursor: pointer;
}
.lanmu li .arr:after {
  content: '';
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 15px;
}
.lanmu-box {
  display: none;
}
.lanmu-box p {
  margin: 0;
  border-top: 1px dotted #ddd;
  padding-left: 15px;
}
.lanmu-box p a {
  padding: 0 25px;
  display: block;
  line-height: 40px;
}
.lanmu-box p.on a {
  color: #dd0000;
}
.lanmu li>a:hover, .lanmu li.active>a {
  color: #dd0000;
}
.lanmu li.open .lanmu-box {
  display: block;
}
.lanmu li.open .arr:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
 
.sub-tit {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #0d5ba4;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.curmbs {
  float: right;
  font-weight: normal;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  background: url(../images/hom1.jpg) no-repeat 0 center;
  padding-left: 20px;
}
.curmbs em {
  font-style: normal;
  padding: 0 5px;
}
.list-3 {
}
.list-3 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.list-3 li a {
  display: block;
  overflow: hidden;
}
.list-3 li .img-center {
  float: left;
  width: 240px;
}
.list-3 li .text {
  margin-left: 260px;
}
.list-3 li .text h4 {
  font-size: 20px;
  margin: 0;
}
.list-3 li .text .date {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.list-3 li .text p {
  margin: 10px 0 0;
  color: #777;
  line-height: 1.8;
  text-align: justify;
}
.list-3 li .text span {
  float: right;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0 20px;
  margin-top: 10px;
}
.list-3 li a:hover .text span {
  background-color: #dd0000;
  color: #fff;
  border-color: #dd0000;
}
.list-4 li {
  border-bottom: 1px dotted #ccc;
}
.list-4 li a {
  display: block;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/libg.jpg) left center no-repeat;
  padding-left: 20px;
}
.list-4 li span {
  float: right;
  font-size: 12px;
  color: #666;
}
.content-title {
  margin-bottom: 20px;
  text-align: center;
}
.content-title h1 {
  font-size: 22px;
  margin: 0;
}
.content-title p {
  margin: 15px 0 0;
  font-size: 12px;
  color: #999;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
}
.content-title p span {
  padding: 0 10px;
  display: inline-block;
}
.content-body {
  line-height: 1.8;
}
.content-body img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  margin: 0 auto;
}
.content-exp {
  padding: 10px 15px;
  font-size: 12px;
  background-color: #f5f5f5;
  margin-top: 20px;
  border-radius: 5px;
}
.content-exp li {
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yunu-showcase {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.yunu-showcase-info {
  margin-left: 430px;
}
.yunu-showcase-info h1 {
  font-size: 20px;
  margin: 0;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
.yunu-showcase-info p {
  margin: 15px 0 0;
  color: #666;
  line-height: 1.8;
}
.yunu-showcase-info .tel {
  margin-top: 15px;
}
.yunu-showcase-info .tel a {
  line-height: 42px;
  color: #fff;
  display: inline-block;
  width: 120px;
  text-align: center;
  border-radius: 5px;
  background-color: #dd0000;
}
.pc-slide {
  float: left;
  width: 400px;
}
.view .swiper-slide .img-center {
  width: 100%;
  height: 300px;
  line-height: 300px;
}
.view .swiper-container {
  width: 100%;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-container {
  margin: 0 30px;
}
.preview .swiper-slide .img-center {
  height: 80px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  line-height: 80px;
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .active-nav .img-center {
  border-color: #dd0000;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.map {
  height: 400px;
  margin-top: 20px;
}
 @media screen and (max-width: 767px) {
body {
  min-width: 320px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.container {
  width: auto;
}
#message .m-content .m-message {
  width: 90%;
  padding: 20px;
}
.kf {
  display: none;
}
.footer-fix {
  display: block;
}
.header {
  padding: 10px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header .topbar, .header .text, .header .tel {
  display: none;
}
.header .logo {
  height: 50px;
  line-height: 50px;
  float: none;
  padding: 0;
  margin: -10px 0;
}
.header .nav {
  margin: 10px 0 -10px;
  text-align: left;
  display: none;
  background-color: transparent;
  border-bottom: 0;
}
.header .nav ul {
  margin: 0 -15px;
}
.header .nav li {
  display: block;
  margin: 0;
  border-top: 1px solid #eee;
  background: none;
}.header .nav .showmobile{
   display: block;
 }
.header .nav li a {
  line-height: 40px;
  padding: 0 15px;
  color: #333;
}
.header .nav li .arr {
  display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
  background-color: transparent;
  color: #dd0000
}
.header .nav li.open .arr:after {
  border-color: #dd0000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.header .nav .dropdown-box {
  position: static;
  background-color: #f5f5f5;
  min-width: auto;
  text-align: left;
}
.header .nav .dropdown-box a {
  color: #333 !important;
  border-top: 1px dotted #ddd;
  padding: 0 15px;
  line-height: 40px;
  background-color: transparent !important;
  border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
  background-color: transparent !important;
}
.menu-btn {
  display: block;
}
.banner .swiper-slide {
  height: 150px;
}
.banner .swiper-pagination {
  bottom: 10px;
}
.yunu-sou {
  padding: 0;
  border-bottom: 0;
}
.yunu-sou .container {
  padding: 0;
}
.yunu-sou .hot {
  display: none;
}
.yunu-sou .hform {
  float: none;
  position: relative;
}
.yunu-sou .hform input {
  border-color: transparent;
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  padding: 9px 60px 9px 15px;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.yunu-sou .hform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
}
.in-prd-cate {
  display: none;
}
.in-prd-con {
  float: none;
  width: auto;
}
.section {
  padding: 30px 0;
}
.section-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.section-title small {
  font-size: 12px;
  margin-top: 5px;
}
.title-1 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.title-1 small {
  font-size: 12px;
}
.list-1 {
  margin: -15px 0 0 -15px;
}
.list-1 li {
  width: 50%;
}
.list-1 li a {
  margin: 15px 0 0 15px;
}
.list-1 li .img-center {
  height: 188px;
  line-height: 188px;
}
.list-1 li p {
  margin-top: 10px;
}
.list-1 li a:hover .img-center {
  border-color: #dd0000;
}
.list-1-1 li .img-center {
  height: 108px;
  line-height: 108px;
}
.in-case-menu {
  display: none;
}
.in-case-con {
  margin: 0;
}
.in-case-con dt {
  float: none;
  width: auto;
}
.in-case-con dd {
  margin: 15px 0 0;
}
.in-case-con dd p {
  height: auto;
  margin: 10px 0 0;
  line-height: 1.8;
}
.in-case-con dd .more {
  margin-top: 15px;
}
.in-honours li {
  width: 140px;
}
.in-honours li .img-center {
  height: 150px;
  line-height: 150px;
}
.in-honours li p {
  margin-top: 10px;
}
.in-about dt {
  float: none;
  width: auto;
}
.in-about dd {
  margin: 15px 0 0;
}
.in-about dd p {
  line-height: 1.8;
}
.in-lc li {
  width: 100%;
}
.in-news {
  margin-top: -20px;
}
.in-news .item {
  width: 100%;
}
.in-news .wrap {
  margin-top: 20px;
}
.in-news .img-center {
  display: none;
}
.in-news .title-1 {
  font-size: 18px;
}
.footer {
  padding: 30px 0;
}
.footer-nav {
  display: none;
}
.footer-ewm {
  display: none;
}
.footer-info {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.banner-sub {
  height: 130px;
}
.ct2-sd {
  display: none;
}
.ct2-mn {
  float: none;
  width: auto;
}
.sub-tit {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.curmbs {
  display: none;
}
 
.list-3 li .img-center {
  float: none;
  width: auto;
}
.list-3 li .text {
  margin: 15px 0 0;
}
.list-3 li .text h4 {
  font-size: 16px;
}
.list-3 li .text p {
  font-size: 12px;
}
.list-4 li a {
  line-height: 40px;
  padding-left: 15px;
}
.content-title {
  margin-bottom: 15px;
}
.content-title h1 {
  font-size: 18px;
}
.content-title p {
  margin-top: 10px;
  padding-top: 10px;
}
.content-title p span {
  padding: 0 5px;
}
.content-exp {
  margin-top: 15px;
}
.pc-slide {
  float: none;
  width: auto;
}
.yunu-showcase-info {
  margin: 20px 0 0;
}
.yunu-showcase-info h1 {
  padding-bottom: 10px;
}
.yunu-showcase-info p {
  margin-top: 10px;
}
.map {
  height: 200px;
}}
/*分页样式*/
.pageno{clear: both; margin:40px auto 20px auto; padding-top:50px; overflow: hidden; text-align: center;font-size:14px;}
.pageno ul li{display:inline-block;border: 1px solid #ccc;margin: 0 3px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pageno ul li:hover{background:#d82019;color:#fff;border: 1px solid #d82019}
.pageno ul li:hover a{color:#fff;}
.pageno ul li.active{display: inline-block;border: 1px solid #d82019;margin: 0 1px;background: #d82019;color: #fff;}
.pageno ul li.active a, .pageno ul li.active span{color: #fff;}
.pageno ul li a, .pageno ul li span{display:block;color:#999;padding: 6px 15px;}
.pageno ul li a:hover{color: #fff;}








